﻿2026-06-04T17:19:09.5264386Z ##[group]Run actions/checkout@v5
2026-06-04T17:19:09.5266627Z with:
2026-06-04T17:19:09.5267803Z   repository: SaberMage/spt-core
2026-06-04T17:19:09.5284301Z   token: ***
2026-06-04T17:19:09.5285462Z   ssh-strict: true
2026-06-04T17:19:09.5286643Z   ssh-user: git
2026-06-04T17:19:09.5287849Z   persist-credentials: true
2026-06-04T17:19:09.5289287Z   clean: true
2026-06-04T17:19:09.5290518Z   sparse-checkout-cone-mode: true
2026-06-04T17:19:09.5291976Z   fetch-depth: 1
2026-06-04T17:19:09.5293152Z   fetch-tags: false
2026-06-04T17:19:09.5294366Z   show-progress: true
2026-06-04T17:19:09.5295588Z   lfs: false
2026-06-04T17:19:09.5296745Z   submodules: false
2026-06-04T17:19:09.5297983Z   set-safe-directory: true
2026-06-04T17:19:09.5300008Z ##[endgroup]
2026-06-04T17:19:09.6901800Z Syncing repository: SaberMage/spt-core
2026-06-04T17:19:09.6906407Z ##[group]Getting Git version info
2026-06-04T17:19:09.6908990Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T17:19:09.6913261Z [command]/usr/bin/git version
2026-06-04T17:19:09.6914988Z git version 2.34.1
2026-06-04T17:19:09.6920567Z ##[endgroup]
2026-06-04T17:19:09.6931118Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/27293ee8-8569-477f-957d-c508dfb645f1/.gitconfig'
2026-06-04T17:19:09.6937858Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/27293ee8-8569-477f-957d-c508dfb645f1' before making global git config changes
2026-06-04T17:19:09.6943698Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T17:19:09.6957356Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T17:19:09.7003394Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T17:19:09.7036967Z https://github.com/SaberMage/spt-core
2026-06-04T17:19:09.7059695Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T17:19:09.7068652Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T17:19:09.7100402Z refs/heads/dev-freeform
2026-06-04T17:19:09.7117846Z [command]/usr/bin/git checkout --detach
2026-06-04T17:19:09.7178035Z HEAD is now at 59a670e docs(plan): M5-D3d JIT plan — gates + discovery + context injection
2026-06-04T17:19:09.7246607Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T17:19:09.7289639Z Deleted branch dev-freeform (was 59a670e).
2026-06-04T17:19:09.7348960Z ##[endgroup]
2026-06-04T17:19:09.7353628Z [command]/usr/bin/git submodule status
2026-06-04T17:19:09.7635329Z ##[group]Cleaning the repository
2026-06-04T17:19:09.7640259Z [command]/usr/bin/git clean -ffdx
2026-06-04T17:19:10.6064509Z Removing target/
2026-06-04T17:19:10.6081138Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T17:19:10.6156345Z HEAD is now at 59a670e docs(plan): M5-D3d JIT plan — gates + discovery + context injection
2026-06-04T17:19:10.6161930Z ##[endgroup]
2026-06-04T17:19:10.6164072Z ##[group]Disabling automatic garbage collection
2026-06-04T17:19:10.6167511Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T17:19:10.6208184Z ##[endgroup]
2026-06-04T17:19:10.6211374Z ##[group]Setting up auth
2026-06-04T17:19:10.6219066Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T17:19:10.6269485Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T17:19:10.6577914Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T17:19:10.6627691Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T17:19:10.6886498Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T17:19:10.6930115Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T17:19:10.7175270Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T17:19:10.7289011Z ##[endgroup]
2026-06-04T17:19:10.7291779Z ##[group]Fetching the repository
2026-06-04T17:19:10.7296379Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +984852e6ea69313e87b7918296a2611737528c7d:refs/remotes/origin/dev-freeform
2026-06-04T17:19:11.5247687Z From https://github.com/SaberMage/spt-core
2026-06-04T17:19:11.5250448Z  + 59a670e...984852e 984852e6ea69313e87b7918296a2611737528c7d -> origin/dev-freeform  (forced update)
2026-06-04T17:19:11.5275072Z ##[endgroup]
2026-06-04T17:19:11.5275991Z ##[group]Determining the checkout info
2026-06-04T17:19:11.5278287Z ##[endgroup]
2026-06-04T17:19:11.5284927Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T17:19:11.5335778Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T17:19:11.5371173Z ##[group]Checking out the ref
2026-06-04T17:19:11.5377122Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T17:19:11.5451521Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T17:19:11.5452368Z any of your branches:
2026-06-04T17:19:11.5452649Z 
2026-06-04T17:19:11.5453365Z   59a670e docs(plan): M5-D3d JIT plan — gates + discovery + context injection
2026-06-04T17:19:11.5453912Z 
2026-06-04T17:19:11.5454315Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T17:19:11.5455044Z to do so with:
2026-06-04T17:19:11.5455288Z 
2026-06-04T17:19:11.5456105Z  git branch <new-branch-name> 59a670e
2026-06-04T17:19:11.5456467Z 
2026-06-04T17:19:11.5460767Z Switched to a new branch 'dev-freeform'
2026-06-04T17:19:11.5461738Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T17:19:11.5470105Z ##[endgroup]
2026-06-04T17:19:11.5518785Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T17:19:11.5554884Z 984852e6ea69313e87b7918296a2611737528c7d
